﻿2026-07-31T07:57:23.1763128Z ##[group]Run actions/checkout@v5
2026-07-31T07:57:23.1763603Z with:
2026-07-31T07:57:23.1763926Z   fetch-depth: 2
2026-07-31T07:57:23.1764298Z   repository: BigscreenVR/spt-bs-core
2026-07-31T07:57:23.1767224Z   token: ***
2026-07-31T07:57:23.1767558Z   ssh-strict: true
2026-07-31T07:57:23.1767901Z   ssh-user: git
2026-07-31T07:57:23.1768239Z   persist-credentials: true
2026-07-31T07:57:23.1768629Z   clean: true
2026-07-31T07:57:23.1769133Z   sparse-checkout-cone-mode: true
2026-07-31T07:57:23.1769537Z   fetch-tags: false
2026-07-31T07:57:23.1769881Z   show-progress: true
2026-07-31T07:57:23.1770224Z   lfs: false
2026-07-31T07:57:23.1770549Z   submodules: false
2026-07-31T07:57:23.1770898Z   set-safe-directory: true
2026-07-31T07:57:23.1771279Z   allow-unsafe-pr-checkout: false
2026-07-31T07:57:23.1771680Z ##[endgroup]
2026-07-31T07:57:23.2588725Z Syncing repository: BigscreenVR/spt-bs-core
2026-07-31T07:57:23.2590617Z ##[group]Getting Git version info
2026-07-31T07:57:23.2591313Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-07-31T07:57:23.2592219Z [command]/usr/bin/git version
2026-07-31T07:57:23.2592612Z git version 2.43.0
2026-07-31T07:57:23.2599663Z ##[endgroup]
2026-07-31T07:57:23.2611532Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/8d361fee-2d35-45c2-b95d-fd4359a08afb' before making global git config changes
2026-07-31T07:57:23.2614661Z Adding repository directory to the temporary git global config as a safe directory
2026-07-31T07:57:23.2615800Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-07-31T07:57:23.2651444Z [command]/usr/bin/git config --local --get remote.origin.url
2026-07-31T07:57:23.2672960Z https://github.com/BigscreenVR/spt-bs-core
2026-07-31T07:57:23.2684249Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-31T07:57:23.2687355Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-31T07:57:23.2707356Z refs/heads/main
2026-07-31T07:57:23.2713813Z [command]/usr/bin/git checkout --detach
2026-07-31T07:57:23.2789921Z HEAD is now at dd1653e44 docs: Phase B confusability-audit results — raw ships, soft bands, quarantine register
2026-07-31T07:57:23.2828506Z [command]/usr/bin/git branch --delete --force main
2026-07-31T07:57:23.2857328Z Deleted branch main (was dd1653e44).
2026-07-31T07:57:23.2953523Z ##[endgroup]
2026-07-31T07:57:23.2955969Z [command]/usr/bin/git submodule status
2026-07-31T07:57:23.3143261Z ##[group]Cleaning the repository
2026-07-31T07:57:23.3146677Z [command]/usr/bin/git clean -ffdx
2026-07-31T07:57:23.3179273Z Removing traceable-reqs
2026-07-31T07:57:23.3186476Z [command]/usr/bin/git reset --hard HEAD
2026-07-31T07:57:23.3248673Z HEAD is now at dd1653e44 docs: Phase B confusability-audit results — raw ships, soft bands, quarantine register
2026-07-31T07:57:23.3254684Z ##[endgroup]
2026-07-31T07:57:23.3256427Z ##[group]Disabling automatic garbage collection
2026-07-31T07:57:23.3259685Z [command]/usr/bin/git config --local gc.auto 0
2026-07-31T07:57:23.3285504Z ##[endgroup]
2026-07-31T07:57:23.3286171Z ##[group]Setting up auth
2026-07-31T07:57:23.3291494Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-07-31T07:57:23.3316023Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-07-31T07:57:23.3503664Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-31T07:57:23.3529823Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-07-31T07:57:23.3720674Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-31T07:57:23.3748780Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-07-31T07:57:23.3943280Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-07-31T07:57:23.3974101Z ##[endgroup]
2026-07-31T07:57:23.3974863Z ##[group]Fetching the repository
2026-07-31T07:57:23.3980126Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=2 origin +dd1653e4438bd16f5fafdd94a99bfac1b299e759:refs/remotes/origin/main
2026-07-31T07:57:23.8181369Z ##[endgroup]
2026-07-31T07:57:23.8182161Z ##[group]Determining the checkout info
2026-07-31T07:57:23.8182929Z ##[endgroup]
2026-07-31T07:57:23.8186326Z [command]/usr/bin/git sparse-checkout disable
2026-07-31T07:57:23.8227129Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-07-31T07:57:23.8250979Z ##[group]Checking out the ref
2026-07-31T07:57:23.8253541Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2026-07-31T07:57:23.8308295Z Switched to a new branch 'main'
2026-07-31T07:57:23.8309044Z branch 'main' set up to track 'origin/main'.
2026-07-31T07:57:23.8313874Z ##[endgroup]
2026-07-31T07:57:23.8349483Z [command]/usr/bin/git log -1 --format=%H
2026-07-31T07:57:23.8373227Z dd1653e4438bd16f5fafdd94a99bfac1b299e759
